home *** CD-ROM | disk | FTP | other *** search
-
- #import <appkit/appkit.h>
- #import "UPath.h"
-
- @interface HitPath:UPath
- {
- float hitWidth;
- }
-
- // creating and destroying
- + initialize;
- - init;
-
- // misc
- - movePathToPoint:(const NXPoint *)p;
- - (BOOL)hitPathStroke:(UPath *)aPath;
- - (BOOL)hitPathFill:(UPath *)aPath;
- - awake;
- - scaleHitWidthTo:(float)aScale;
-
- @end
-